internal/cpu.option.Enable (field)

5 uses

	internal/cpu (current package)
		cpu.go#L138: 	Enable    bool // whether feature should be enabled
		cpu.go#L181: 				options[i].Enable = enable
		cpu.go#L189: 				options[i].Enable = enable
		cpu.go#L202: 		if o.Enable && !*o.Feature {
		cpu.go#L207: 		*o.Feature = o.Enable